home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
comms
/
other
/
slrn
/
slrn_src
/
src
/
post.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-05-14
|
1KB
|
35 lines
/* Copyright (c) 1998 John E. Davis (davis@space.mit.edu)
*
* This file is part of slrn.
*
* Slrn is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2, or (at your option) any
* later version.
*
* Slrn is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
*
* You should have received a copy of the GNU General Public License
* along with Slrn; see the file COPYING. If not, write to the Free
* Software Foundation, 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
extern void slrn_add_signature (FILE *);
extern int slrn_add_custom_headers (FILE *, char *, int (*)(char *, FILE *));
extern int slrn_post (char *, char *, char *);
extern int slrn_post_file (char *, char *, int);
extern void slrn_post_postponed (void);
extern int slrn_save_file_to_mail_file (char *, char *, char *);
extern char *Slrn_Courtesy_CC_Message;
extern char *Slrn_Save_Posts_File;
extern char *Slrn_Save_Replies_File;
extern char *Slrn_Last_Message_Id;
extern char *Slrn_Post_Custom_Headers;
extern int Slrn_Reject_Long_Lines;
extern char *Slrn_Postpone_Dir;
extern int Slrn_Generate_Message_Id;